Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify FFI client methods to avoid task spawning #136

Merged
merged 19 commits into from
May 14, 2024
Merged

Modify FFI client methods to avoid task spawning #136

merged 19 commits into from
May 14, 2024

Conversation

jadamcrain
Copy link
Member

@jadamcrain jadamcrain commented May 13, 2024

FFI client methods now use try_send on the async channel, and immediately return an error if there is insufficient capacity to enqueue a request.

This is a proposed fix to #135

Also:

  1. Update dependencies and fix the CI that broke due to Github action/runner changes.
  2. Add build and FFI packaging for aarch64-apple-darwn.

@jadamcrain jadamcrain changed the base branch from main to dev May 13, 2024 19:05
@jadamcrain jadamcrain merged commit ccd3c23 into dev May 14, 2024
25 checks passed
@jadamcrain jadamcrain deleted the issue/135 branch May 14, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant